home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / idccom12.arc / IDCCOM.LVL < prev    next >
Text File  |  1990-10-27  |  2KB  |  59 lines

  1. ;
  2. ; IDCCOM.LVL - access level mapping file for IDCCOM (tm)
  3. ; Copyright 1990 Infinity Design Concepts Inc - All rights reserved
  4. ; 1052 Parkway Drive
  5. ; Louisville, Kentucky 40217-2333
  6. ; Voice: (502) 636-1234 Modem: (502) 635-5471
  7. ;
  8. ; FOR COMPLETE HELP SEE THE DOCUMENTATION SECTION ON HOST MODE
  9. ; UNDER IDCCOM.LVL FILE HEADING
  10. ;
  11. ; all lines starting with semi-colons are comment lines
  12. ; format for each line is as follows,
  13. ;
  14. ; [ACCESS_LVL] KEYWORD (CALLS/DAY,DAILY MINUTES) OPTIONS
  15. ;
  16. ; where,
  17. ; ACCESS LEVEL  = the valid access levels are A-Z
  18. ; KEYWORD    = NEW or VALID and each may be used only once
  19. ; CALLS/DAY,DAILY MINUTES - max calls per day for caller
  20. ;                and max minutes per day for caller
  21. ; OPTIONS    = any of the following, separated by commas
  22. ;               DO = dos access, user may shell to DOS
  23. ;               UP = upload access, user may upload files
  24. ;               DN = download access, user may download files
  25. ;               MS = message base access, user may enter message system
  26. ;               FI = display files (FILES.BBS)
  27. ;               CH = chat access, user may page sysop
  28. ;               ZV = ZIPVIEW (tm) access
  29. ;               TF = type file access, user may TYPE files to screen
  30. ;               CD = change directory accesss
  31. ;        FF = find file
  32. ;        DR = door system access
  33. ;        BU = bulletin system access
  34. ;        PR = create private mail
  35. ;
  36. ; NOTE that [A] is ALWAYS SYSOP level and may not be changed, even if the
  37. ;    line is included in this file. The line is listed below, only to 
  38. ;    show what functions are available to sysops (e.g. all of them).
  39. ;
  40. ; NOTE there are no spaces allowed between the OPTIONS, only commas
  41. ;    e.g.   this is ok-> "DN,UP,ZV"       this is wrong-> "DN ,UP , VZ"
  42. ;
  43. ; NOTE there are no spaces allowed in the calls/day and minutes/day pairs
  44. ;    e.g.   this is ok-> (10,123)         this is wrong-> ( 10, 123 )
  45. ;
  46. ; SYSOP: THESE ARE ONLY EXAMPLES
  47. ; the mappings themselves
  48. ;
  49. [A] (200,200) DO,UP,DN,MS,PR,FI,CH,ZV,TF,CD,FF,DR,BU,PR    ; not needed nor used
  50. [B] (4,60) DN,UP,MS,PR,FI,CH,ZV,TF,CD,FF,DR,BU,PR    ; another level
  51. [X] VALID (4,60) UP,DN,MS,PR,FI,CH,ZV,TF,CD,FF,DR,BU    ; validated level
  52. [Z] NEW (4,30) MS,CH,TF,BU                ; new users
  53. ;
  54. ; FOR EXAMPLE:
  55. ; The "B" level above, has a maximum of 4 calls per day for a total of
  56. ; 60 minutes per day and has DOWNLOAD,UPLOAD,MESSAGES,FILES,CHAT,ZIPVIEW
  57. ; TYPE FILE, CHANGE DIRECTORY, FIND FILE, DOOR, BULLETIN and PRIVATE MAIL
  58. ; functions available.
  59.